home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / Buch / Noten2a.dfm / Noten2a.txt
Text File  |  1999-01-29  |  1KB  |  58 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 113
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Zensur 2'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   TextHeight = 16
  14.   object Label1: TLabel
  15.     Left = 32
  16.     Top = 16
  17.     Width = 361
  18.     Height = 33
  19.     Alignment = taCenter
  20.     AutoSize = False
  21.     Caption = 'Gib Deine Punkte (0 bis 100) ein:'
  22.     Font.Charset = ANSI_CHARSET
  23.     Font.Color = clBlack
  24.     Font.Height = -23
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object Button1: TButton
  30.     Left = 136
  31.     Top = 168
  32.     Width = 137
  33.     Height = 64
  34.     Caption = 'OK'
  35.     Font.Charset = ANSI_CHARSET
  36.     Font.Color = clBlack
  37.     Font.Height = -23
  38.     Font.Name = 'Arial'
  39.     Font.Style = []
  40.     ParentFont = False
  41.     TabOrder = 0
  42.     OnClick = Button1Click
  43.   end
  44.   object Edit1: TEdit
  45.     Left = 136
  46.     Top = 79
  47.     Width = 137
  48.     Height = 75
  49.     Font.Charset = ANSI_CHARSET
  50.     Font.Color = clBlack
  51.     Font.Height = -60
  52.     Font.Name = 'Arial'
  53.     Font.Style = []
  54.     ParentFont = False
  55.     TabOrder = 1
  56.   end
  57. end
  58.